From 1a6847b5bc3e72997b47d0be0187a1585ad495f9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 May 1993 04:26:46 +0000 Subject: [PATCH] [SCO]: Include time.h. --- src/systime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/systime.h b/src/systime.h index 094aee2a249..165a9f43ed3 100644 --- a/src/systime.h +++ b/src/systime.h @@ -35,8 +35,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif -/* AIX needs both and . */ -#ifdef _AIX +/* AIX and SCO 3.2v4 need both and . */ +#if defined (_AIX) || defined (SCO) #include #endif -- 2.30.2